home *** CD-ROM | disk | FTP | other *** search
/ DS-CD ROM 2 1993 August / DS CD-ROM 2.Ausgabe (August 1993).iso / finanzen / ds0216 / install.bat < prev    next >
DOS Batch File  |  1992-11-06  |  413b  |  24 lines

  1. @echo off
  2. if /==%1/ goto end
  3. copy fibu.bat %1\
  4. copy kplan.bat %1\
  5. copy bwains.bat %1\
  6. copy hbfibu.bat %1\
  7. copy info.txt %1\
  8. if not exist %1\ctofibu\*.* md %1\ctofibu
  9. cd %1\ctofibu
  10. if not exist %1\ctofibu\text\*.* md %1\ctofibu\text
  11. copy archive.exe %1\ctofibu
  12. %1
  13. cd\ctofibu
  14. archive
  15. del archive.exe
  16. cd\
  17. cls
  18. type info.txt
  19. goto end2
  20. :end
  21. echo                 Parameter C: oder D: fehlt
  22. :end2
  23.  
  24.